home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980424-19980901 / 000323_news@newsmaster….columbia.edu _Fri Jul 31 17:35:53 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA26645
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 31 Jul 1998 17:35:53 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA03455
  7.     for kermit.misc@watsun; Fri, 31 Jul 1998 17:35:52 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Q: How to back up a DOS box to UNIX via Kermit?
  12. Date: 31 Jul 1998 21:35:50 GMT
  13. Organization: Columbia University
  14. Lines: 22
  15. Message-ID: <6ptdbm$49p$1@apakabar.cc.columbia.edu>
  16. References: <slrn6s4abl.ha5.charlie@pc.antipope.org>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9033
  19.  
  20. In article <slrn6s4abl.ha5.charlie@pc.antipope.org>,
  21. Charlie Stross <charlie @ nospam . antipope . org> wrote:
  22. : I've got two machines talking happily via Kermit (but no other
  23. : protocols -- direct serial connection). I want to back up the DOS
  24. : box, including all subdirectories, into a directory on the UNIX
  25. : system. However, when I try
  26. : GET /recursive /binary c:\*.*
  27. : on the UNIX end, it dumps all the files it receives into the current
  28. : directory!
  29. : Is there some magic switch I can use to tell Kermit to create
  30. : intermediate directories as needed, or is there a script somewhere
  31. : to do just that? I want to preserve the directory structure of the
  32. : DOS box when making the backup ...
  33. You need C-Kermit 6.1 and MS-DOS Kermit 3.16 for this -- both currently
  34. in Beta test.  Is that what you have?  Did you read the release notes
  35. for both Beta versions on recursive transfers?
  36.  
  37. - Frank